• frmRegistration.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmRegistration
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRegistration))
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.lblUser = New System.Windows.Forms.Label()
32         Me.TextBox1 = New System.Windows.Forms.TextBox()
33         Me.Panel4 = New System.Windows.Forms.Panel()
34         Me.Label7 = New System.Windows.Forms.Label()
35         Me.Label6 = New System.Windows.Forms.Label()
36         Me.Label5 = New System.Windows.Forms.Label()
37         Me.txtContactNo = New System.Windows.Forms.TextBox()
38         Me.txtEmailID = New System.Windows.Forms.TextBox()
39         Me.txtName = New System.Windows.Forms.TextBox()
40         Me.txtPassword = New System.Windows.Forms.TextBox()
41         Me.Label4 = New System.Windows.Forms.Label()
42         Me.Label2 = New System.Windows.Forms.Label()
43         Me.cmbUserType = New System.Windows.Forms.ComboBox()
44         Me.Label3 = New System.Windows.Forms.Label()
45         Me.txtUserID = New System.Windows.Forms.TextBox()
46         Me.Panel3 = New System.Windows.Forms.Panel()
47         Me.btnDelete = New System.Windows.Forms.Button()
48         Me.btnClose = New System.Windows.Forms.Button()
49         Me.btnUpdate = New System.Windows.Forms.Button()
50         Me.btnSave = New System.Windows.Forms.Button()
51         Me.btnNew = New System.Windows.Forms.Button()
52         Me.dgw = New System.Windows.Forms.DataGridView()
53         Me.Description = New System.Windows.Forms.DataGridViewTextBoxColumn()
54         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
55         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
56         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
57         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
58         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
59         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
60         Me.Panel2 = New System.Windows.Forms.Panel()
61         Me.Label1 = New System.Windows.Forms.Label()
62         Me.Panel1.SuspendLayout()
63         Me.Panel4.SuspendLayout()
64         Me.Panel3.SuspendLayout()
65         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
66         Me.Panel2.SuspendLayout()
67         Me.SuspendLayout()
68         
'
69         
'Panel1
70         
'
71         Me.Panel1.BackColor = System.Drawing.Color.White
72         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
73         Me.Panel1.Controls.Add(Me.lblUser)
74         Me.Panel1.Controls.Add(Me.TextBox1)
75         Me.Panel1.Controls.Add(Me.Panel4)
76         Me.Panel1.Controls.Add(Me.Panel3)
77         Me.Panel1.Controls.Add(Me.dgw)
78         Me.Panel1.Controls.Add(Me.Panel2)
79         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
80         Me.Panel1.Name =
"Panel1"
81         Me.Panel1.Size = New System.Drawing.Size(
873, 518)
82         Me.Panel1.TabIndex =
2
83         
'
84         
'lblUser
85         
'
86         Me.lblUser.AutoSize = True
87         Me.lblUser.Location = New System.Drawing.Point(
749, 282)
88         Me.lblUser.Name =
"lblUser"
89         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
90         Me.lblUser.TabIndex =
5
91         Me.lblUser.Text =
"Label8"
92         Me.lblUser.Visible = False
93         
'
94         
'TextBox1
95         
'
96         Me.TextBox1.Location = New System.Drawing.Point(
749, 255)
97         Me.TextBox1.Name =
"TextBox1"
98         Me.TextBox1.Size = New System.Drawing.Size(
111, 20)
99         Me.TextBox1.TabIndex =
4
100         Me.TextBox1.Visible = False
101         
'
102         
'Panel4
103         
'
104         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
105         Me.Panel4.Controls.Add(Me.Label7)
106         Me.Panel4.Controls.Add(Me.Label6)
107         Me.Panel4.Controls.Add(Me.Label5)
108         Me.Panel4.Controls.Add(Me.txtContactNo)
109         Me.Panel4.Controls.Add(Me.txtEmailID)
110         Me.Panel4.Controls.Add(Me.txtName)
111         Me.Panel4.Controls.Add(Me.txtPassword)
112         Me.Panel4.Controls.Add(Me.Label4)
113         Me.Panel4.Controls.Add(Me.Label2)
114         Me.Panel4.Controls.Add(Me.cmbUserType)
115         Me.Panel4.Controls.Add(Me.Label3)
116         Me.Panel4.Controls.Add(Me.txtUserID)
117         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
118         Me.Panel4.Location = New System.Drawing.Point(
9, 317)
119         Me.Panel4.Name =
"Panel4"
120         Me.Panel4.Size = New System.Drawing.Size(
297, 188)
121         Me.Panel4.TabIndex =
0
122         
'
123         
'Label7
124         
'
125         Me.Label7.AutoSize = True
126         Me.Label7.Location = New System.Drawing.Point(
7, 148)
127         Me.Label7.Name =
"Label7"
128         Me.Label7.Size = New System.Drawing.Size(
73, 15)
129         Me.Label7.TabIndex =
13
130         Me.Label7.Text =
"Contact No :"
131         
'
132         
'Label6
133         
'
134         Me.Label6.AutoSize = True
135         Me.Label6.Location = New System.Drawing.Point(
7, 121)
136         Me.Label6.Name =
"Label6"
137         Me.Label6.Size = New System.Drawing.Size(
60, 15)
138         Me.Label6.TabIndex =
12
139         Me.Label6.Text =
"Email ID :"
140         
'
141         
'Label5
142         
'
143         Me.Label5.AutoSize = True
144         Me.Label5.Location = New System.Drawing.Point(
7, 94)
145         Me.Label5.Name =
"Label5"
146         Me.Label5.Size = New System.Drawing.Size(
47, 15)
147         Me.Label5.TabIndex =
11
148         Me.Label5.Text =
"Name :"
149         
'
150         
'txtContactNo
151         
'
152         Me.txtContactNo.BackColor = System.Drawing.Color.White
153         Me.txtContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
154         Me.txtContactNo.Location = New System.Drawing.Point(
125, 148)
155         Me.txtContactNo.Name =
"txtContactNo"
156         Me.txtContactNo.Size = New System.Drawing.Size(
157, 21)
157         Me.txtContactNo.TabIndex =
5
158         
'
159         
'txtEmailID
160         
'
161         Me.txtEmailID.BackColor = System.Drawing.Color.White
162         Me.txtEmailID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
163         Me.txtEmailID.Location = New System.Drawing.Point(
125, 121)
164         Me.txtEmailID.Name =
"txtEmailID"
165         Me.txtEmailID.Size = New System.Drawing.Size(
157, 21)
166         Me.txtEmailID.TabIndex =
4
167         
'
168         
'txtName
169         
'
170         Me.txtName.BackColor = System.Drawing.Color.White
171         Me.txtName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
172         Me.txtName.Location = New System.Drawing.Point(
125, 94)
173         Me.txtName.Name =
"txtName"
174         Me.txtName.Size = New System.Drawing.Size(
157, 21)
175         Me.txtName.TabIndex =
3
176         
'
177         
'txtPassword
178         
'
179         Me.txtPassword.BackColor = System.Drawing.Color.White
180         Me.txtPassword.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
181         Me.txtPassword.Location = New System.Drawing.Point(
125, 67)
182         Me.txtPassword.Name =
"txtPassword"
183         Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
9824)
184         Me.txtPassword.Size = New System.Drawing.Size(
157, 21)
185         Me.txtPassword.TabIndex =
2
186         
'
187         
'Label4
188         
'
189         Me.Label4.AutoSize = True
190         Me.Label4.Location = New System.Drawing.Point(
7, 67)
191         Me.Label4.Name =
"Label4"
192         Me.Label4.Size = New System.Drawing.Size(
67, 15)
193         Me.Label4.TabIndex =
6
194         Me.Label4.Text =
"Password :"
195         
'
196         
'Label2
197         
'
198         Me.Label2.AutoSize = True
199         Me.Label2.Location = New System.Drawing.Point(
7, 41)
200         Me.Label2.Name =
"Label2"
201         Me.Label2.Size = New System.Drawing.Size(
68, 15)
202         Me.Label2.TabIndex =
5
203         Me.Label2.Text =
"User Type :"
204         
'
205         
'cmbUserType
206         
'
207         Me.cmbUserType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
208         Me.cmbUserType.FormattingEnabled = True
209         Me.cmbUserType.Items.AddRange(New Object() {
"Admin", "Accountant", "Admission Officer"})
210         Me.cmbUserType.Location = New System.Drawing.Point(
125, 38)
211         Me.cmbUserType.Name =
"cmbUserType"
212         Me.cmbUserType.Size = New System.Drawing.Size(
157, 23)
213         Me.cmbUserType.TabIndex =
1
214         
'
215         
'Label3
216         
'
217         Me.Label3.AutoSize = True
218         Me.Label3.Location = New System.Drawing.Point(
7, 14)
219         Me.Label3.Name =
"Label3"
220         Me.Label3.Size = New System.Drawing.Size(
54, 15)
221         Me.Label3.TabIndex =
0
222         Me.Label3.Text =
"User ID :"
223         
'
224         
'txtUserID
225         
'
226         Me.txtUserID.BackColor = System.Drawing.Color.White
227         Me.txtUserID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
228         Me.txtUserID.Location = New System.Drawing.Point(
125, 11)
229         Me.txtUserID.Name =
"txtUserID"
230         Me.txtUserID.Size = New System.Drawing.Size(
157, 21)
231         Me.txtUserID.TabIndex =
0
232         
'
233         
'Panel3
234         
'
235         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
236         Me.Panel3.Controls.Add(Me.btnDelete)
237         Me.Panel3.Controls.Add(Me.btnClose)
238         Me.Panel3.Controls.Add(Me.btnUpdate)
239         Me.Panel3.Controls.Add(Me.btnSave)
240         Me.Panel3.Controls.Add(Me.btnNew)
241         Me.Panel3.Location = New System.Drawing.Point(
749, 75)
242         Me.Panel3.Name =
"Panel3"
243         Me.Panel3.Size = New System.Drawing.Size(
111, 174)
244         Me.Panel3.TabIndex =
2
245         
'
246         
'btnDelete
247         
'
248         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
249         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
250         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
251         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
252         Me.btnDelete.Name =
"btnDelete"
253         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
254         Me.btnDelete.TabIndex =
3
255         Me.btnDelete.Text =
"Delete"
256         Me.btnDelete.UseVisualStyleBackColor = True
257         
'
258         
'btnClose
259         
'
260         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
261         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
262         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
263         Me.btnClose.Location = New System.Drawing.Point(
13, 134)
264         Me.btnClose.Name =
"btnClose"
265         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
266         Me.btnClose.TabIndex =
4
267         Me.btnClose.Text =
"Close"
268         Me.btnClose.UseVisualStyleBackColor = True
269         
'
270         
'btnUpdate
271         
'
272         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
273         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
274         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
275         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
276         Me.btnUpdate.Name =
"btnUpdate"
277         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
278         Me.btnUpdate.TabIndex =
2
279         Me.btnUpdate.Text =
"Update"
280         Me.btnUpdate.UseVisualStyleBackColor = True
281         
'
282         
'btnSave
283         
'
284         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
285         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
286         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
287         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
288         Me.btnSave.Name =
"btnSave"
289         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
290         Me.btnSave.TabIndex =
1
291         Me.btnSave.Text =
"Register"
292         Me.btnSave.UseVisualStyleBackColor = True
293         
'
294         
'btnNew
295         
'
296         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
297         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
298         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
299         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
300         Me.btnNew.Name =
"btnNew"
301         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
302         Me.btnNew.TabIndex =
0
303         Me.btnNew.Text =
"New"
304         Me.btnNew.UseVisualStyleBackColor = True
305         
'
306         
'dgw
307         
'
308         Me.dgw.AllowUserToAddRows = False
309         Me.dgw.AllowUserToDeleteRows = False
310         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
311         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
312         Me.dgw.BackgroundColor = System.Drawing.Color.White
313         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
314         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
315         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
316         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
317         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
318         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
319         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
320         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
321         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
322         Me.dgw.ColumnHeadersHeight =
24
323         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Description, Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column5, Me.Column6})
324         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
325         Me.dgw.EnableHeadersVisualStyles = False
326         Me.dgw.GridColor = System.Drawing.Color.White
327         Me.dgw.Location = New System.Drawing.Point(
9, 75)
328         Me.dgw.MultiSelect = False
329         Me.dgw.Name =
"dgw"
330         Me.dgw.ReadOnly = True
331         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
332         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
333         DataGridViewCellStyle3.BackColor = System.Drawing.Color.CadetBlue
334         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
335         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
336         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.DarkSlateGray
337         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
338         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
339         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
340         Me.dgw.RowHeadersWidth =
25
341         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
342         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
343         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
344         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
345         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
346         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
347         Me.dgw.RowTemplate.Height =
18
348         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
349         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
350         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
351         Me.dgw.Size = New System.Drawing.Size(
729, 235)
352         Me.dgw.TabIndex =
1
353         
'
354         
'Description
355         
'
356         Me.Description.HeaderText =
"User ID"
357         Me.Description.Name =
"Description"
358         Me.Description.ReadOnly = True
359         
'
360         
'Column1
361         
'
362         Me.Column1.HeaderText =
"User Type"
363         Me.Column1.Name =
"Column1"
364         Me.Column1.ReadOnly = True
365         
'
366         
'Column2
367         
'
368         Me.Column2.HeaderText =
"Password"
369         Me.Column2.Name =
"Column2"
370         Me.Column2.ReadOnly = True
371         
'
372         
'Column3
373         
'
374         Me.Column3.HeaderText =
"Name"
375         Me.Column3.Name =
"Column3"
376         Me.Column3.ReadOnly = True
377         
'
378         
'Column4
379         
'
380         Me.Column4.HeaderText =
"Email ID"
381         Me.Column4.Name =
"Column4"
382         Me.Column4.ReadOnly = True
383         
'
384         
'Column5
385         
'
386         Me.Column5.HeaderText =
"Contact No."
387         Me.Column5.Name =
"Column5"
388         Me.Column5.ReadOnly = True
389         
'
390         
'Column6
391         
'
392         Me.Column6.HeaderText =
"Registered Date"
393         Me.Column6.Name =
"Column6"
394         Me.Column6.ReadOnly = True
395         
'
396         
'Panel2
397         
'
398         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
399         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
400         Me.Panel2.Controls.Add(Me.Label1)
401         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
402         Me.Panel2.Name =
"Panel2"
403         Me.Panel2.Size = New System.Drawing.Size(
851, 62)
404         Me.Panel2.TabIndex =
0
405         
'
406         
'Label1
407         
'
408         Me.Label1.AutoSize = True
409         Me.Label1.BackColor = System.Drawing.Color.Transparent
410         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
411         Me.Label1.ForeColor = System.Drawing.Color.White
412         Me.Label1.Location = New System.Drawing.Point(
294, 17)
413         Me.Label1.Name =
"Label1"
414         Me.Label1.Size = New System.Drawing.Size(
230, 24)
415         Me.Label1.TabIndex =
0
416         Me.Label1.Text =
"List of Registered Users"
417         
'
418         
'frmRegistration
419         
'
420         Me.AcceptButton = Me.btnSave
421         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
422         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
423         Me.BackColor = System.Drawing.Color.DarkSlateGray
424         Me.ClientSize = New System.Drawing.Size(
899, 547)
425         Me.Controls.Add(Me.Panel1)
426         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
427         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
428         Me.MaximizeBox = False
429         Me.MinimizeBox = False
430         Me.Name =
"frmRegistration"
431         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
432         Me.Panel1.ResumeLayout(False)
433         Me.Panel1.PerformLayout()
434         Me.Panel4.ResumeLayout(False)
435         Me.Panel4.PerformLayout()
436         Me.Panel3.ResumeLayout(False)
437         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
438         Me.Panel2.ResumeLayout(False)
439         Me.Panel2.PerformLayout()
440         Me.ResumeLayout(False)
441
442     End Sub
443     Friend WithEvents Panel1 As System.Windows.Forms.Panel
444     Friend WithEvents Panel4 As System.Windows.Forms.Panel
445     Friend WithEvents Label3 As System.Windows.Forms.Label
446     Friend WithEvents txtUserID As System.Windows.Forms.TextBox
447     Friend WithEvents Panel3 As System.Windows.Forms.Panel
448     Friend WithEvents btnDelete As System.Windows.Forms.Button
449     Friend WithEvents btnClose As System.Windows.Forms.Button
450     Friend WithEvents btnUpdate As System.Windows.Forms.Button
451     Friend WithEvents btnSave As System.Windows.Forms.Button
452     Friend WithEvents btnNew As System.Windows.Forms.Button
453     Friend WithEvents dgw As System.Windows.Forms.DataGridView
454     Friend WithEvents Panel2 As System.Windows.Forms.Panel
455     Friend WithEvents Label1 As System.Windows.Forms.Label
456     Friend WithEvents Description As System.Windows.Forms.DataGridViewTextBoxColumn
457     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
458     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
459     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
460     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
461     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
462     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
463     Friend WithEvents Label7 As System.Windows.Forms.Label
464     Friend WithEvents Label6 As System.Windows.Forms.Label
465     Friend WithEvents Label5 As System.Windows.Forms.Label
466     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
467     Friend WithEvents txtEmailID As System.Windows.Forms.TextBox
468     Friend WithEvents txtName As System.Windows.Forms.TextBox
469     Friend WithEvents txtPassword As System.Windows.Forms.TextBox
470     Friend WithEvents Label4 As System.Windows.Forms.Label
471     Friend WithEvents Label2 As System.Windows.Forms.Label
472     Friend WithEvents cmbUserType As System.Windows.Forms.ComboBox
473     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
474     Friend WithEvents lblUser As System.Windows.Forms.Label
475
476 End Class


Gõ tìm kiếm nhanh...